<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------[ÃƒÂ¥Ã‹â€&nbsp;Ã‚ÂÃƒÂ¥Ã‚Â§Ã¢â‚¬Â¹ÃƒÂ¥Ã…â€™Ã¢â‚¬â€œ]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; }
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wp {margin: 0 auto;width: 1440px;}
.wp2 {margin: 0 auto;width: 1640px;}
body{padding-top: 130px;}
/*******************************
    -------[=ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨]-------
********************************/
.header{
   transition:all .3s;
   position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
}
.header .title{
  color:#fff;
  line-height: 43px;
  text-align: right;
  background: url(../images/bg5.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}



/*.logo{*/
/*    float: left;*/
/*    overflow: hidden;*/
/*    height: 87px;*/
/*    line-height: 87px;*/
/*}*/
/*.logo img{*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*}*/
/*.logo a{*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
.logo{width:468px;float:left;margin:15px 0 14px;height:58px;display:block;background:url(../images/logo.png) no-repeat left center;overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;background-size:auto 100%;}

.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav{
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#16233E;
    display: block;
    line-height:87px;
    padding: 0 26px;
    text-align: center;
}

.nav li:last-child::after{
  display: none;
}
.nav li:hover .v1{
  color: #3474D4;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    right: 0;
    width: 220px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #3474D4;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
    padding: 0 10px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#3474D4;
}
.header .tel{
  padding-right: 60px;
  margin-left: 24px;
  padding-top: 14px;
  position: relative;
  height: 87px;
  float: right;
  background: url(../images/ico1.png) no-repeat right  center;
}
.header .tel .wxqr{
  position: absolute;
  top: 100%;
  right: 0;
  width: 129px;
  height: 126px;
  display: none;
  padding: 5px;
  background: url(../images/qr.jpg) no-repeat center;
  -webkit-background-size: 95% 95%;
  background-size: 95% 95%;
}
.header .tel:hover .wxqr{
  display: block;
}
.header .tel span{
  font-size: 25px;
  color:#0A80D8;
  font-weight: bold;
}
.nav .tel p{
  font-family: Impact;
  font-size: 24px;
  color: #3373D4;
}
.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #1E89DD;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
 
.swiper-container.banner{
  clear:left;
}
.banner .swiper-slide a {
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 39.06vw;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 38px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 18px;
height: 18px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fdc236;}


.g-tit{
  text-align: center;
  overflow: hidden;
  margin-bottom: 28px;
}
.g-tit.cof .tit{
  color:#fff;
}
.g-tit.cof .desc{
  color:#B3B3B3;
}
.g-tit .desc{
  font-size: 16px;
  color:#959595;
}
.g-tit .tit{
  font-size: 45px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}
.g-tit .tit i{
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 13px;
  margin:0 22px;
  background-repeat: no-repeat;
  background-image: url(../images/ico2.png);
}
.g-tit .tit i:last-child{
background-image: url(../images/ico3.png);
}
.row1{
  overflow: hidden;
  background: #f4f4f4;
  padding: 35px 0  70px;
}
.row1 .wp1{margin-top:40px;}
.g-pro{
  overflow: hidden;
}
.g-pro .prl{
  width: 242px;
  float: left;
  margin-right: 21px;
 
}
.g-pro .prl .title{
  padding: 15px 42px;
  background: url(../images/bg1.jpg) no-repeat;
  text-align: center;
}
.g-pro .prl .title .en{
  font-size: 30px;
  line-height: 1.2;
  color:#E2E5ED;
}
.g-pro .prl .title .cn{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color:#fff;
}
.g_nav{
    background: #FFF;
    box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.08);
}
.gp_nav{
    background: #0a80d8;
    position: relative;
    border-bottom:1px solid #FFF;
}
.gp_nav&gt;a{
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #FFF;
    display: block;
    padding: 0 20px;
    margin-right: 54px;
    
}
.gp_nav&gt;i{display:block;position:absolute;width:54px;height:54px;right:0;top:0;cursor:pointer;}
.gp_nav&gt;i:before,.gp_nav&gt;i:after{content:"";background:#FFF;display:block;height:2px;left:50%;margin-top:-1px;position:absolute;top:50%;width:12px;margin-left:-6px;}
.gp_nav&gt;i:after{
	-webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:all .5s;
    transition:all .5s;
}
.ul-listpro{
  overflow: hidden;
  background-color: #fff;
  padding: 14px 25px;
  
}
.ul-listpro a{
  display: block;
  border-bottom:1px dashed #f2f2f2;
  padding-left: 24px;
  line-height: 37px;
  background: url(../images/ico5.png) no-repeat left center;
}
.gp_nav.on&gt;a{}
.gp_nav.on&gt;i:after{
	-webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}



.g-pro .prr{
  overflow: hidden;
}
.g-pro .prr .title{
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 33px;
  height: 84px;
  line-height: 84px;
  padding: 0 26px;
}
.g-pro .prr .name{
  float: left;
  padding-left: 46px;
  font-size: 30px;
  color:#000000;
  font-weight: bold;
  background: url(../images/ico4.png) no-repeat left center;
}
.g-pro .prr .more{
  float: right;
  font-size: 16px;
  color:#747474;
}
.slide1 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.slide1 .swiper-slide{
  padding-bottom: 13px;
}
.slide1 .tit{
  font-size: 16px;
  line-height: 64px;
  color:#000000;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.08);
}
.bxgtd{overflow:hidden;}
.bxgtd .swiper-slide{padding:30px;box-shadow:0 0 5px rgba(0,0,0,.1);background:#FFF;border-radius:8px;}
.bxgtd p{font-size:14px;line-height:26px;text-align:center;}
.bxgtd p:first-child{font-size:20px;height:30px;line-height:30px;margin-bottom:10px;font-weight:bold;}
.bxgtd p:last-child{height:104px;}



.row2{
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row2::after{
  content: '';
  display: block;
  clear:both;
  visibility: hidden;
  width: 100%;
  height: 0;
}
.g-lc{
  overflow: hidden;
  float: left;
  width: calc(100% - 431px);
  padding:60px 35px 0 0;
}
.g-lc .en{
  font-size: 45px;
  color:#fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
}
.g-lc .cn{
  font-size: 45px;
  font-weight: bold;
  color:#fff;
 margin-bottom: 20px;
}
.ul-list1{
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
   margin-bottom: 34px;
   position: relative;
}
.ul-list1::after{
  content:'';
  display: block;
  position: absolute;
  top: 59px;

  width: 100%;
  height: 1px;
  background: #fff;
}
.ul-list1 li{
  width: 120px;
  text-align: center;
  font-size: 16px;
  color:#fff;
  position: relative;
  z-index: 2;
}
.ul-list1 .ico{
  width: 120px;
  height: 120px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  margin:0 auto 13px;
  border-radius: 50%;
}
.g-form{
  overflow: hidden;
  width: 431px;
  float: right;
  background: #fdc236;
  height: 535px;
  position: relative;
  top: -14px;
  margin-bottom: -14px;
  padding: 58px 60px 0;
}
.g-form .tit{
  font-size: 18px;
  color:#000000;
  margin-bottom: 31px;
}
.g-form .tit span{
  font-size: 30px;
  font-weight: bold;
}
.g-form .item{
  height: 50px;
  background-color: #fff;
  margin-bottom: 16px;
  padding-left: 47px;
  background-repeat: no-repeat;
  background-position: left 10px top 12px;
}
.g-form .item:nth-child(3){
  height: 116px;
}
.g-form .item textarea{
  display: block;
  resize:none;
  padding: 10px;
}
.g-form .item input{
  display: block;
  width: 100%;
  height: 50px;  
}
.g-form .tj{
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #262932;
  color:#fff;
  border-radius: 30px;
}
.mb{
  overflow: hidden;
}
.mb .tel{
    float: left;
    font-size: 14px;
    color:#fff;
    height: 65px;
    padding-left: 94px;
    margin-right: 50px;
    background:  url(../images/ico12.png) left 15px center no-repeat;
}
.mb .tel p{
    font-size: 24px;
    color:#fff;
    font-weight: bold;
}
.mb a{
  display: block;
  overflow: hidden;
  width: 157px;
  height: 50px;
  line-height: 48px;
  border:1px solid #fff;
  color:#fff;
  text-align: center;
  border-radius: 30px;
}
.row3{
  overflow: hidden;
  padding: 48px 0;
}
.row3 .more a{
  display: block;
  width: 140px;
  line-height: 45px;
  text-align: center;
  background: #0a80d8;
  color:#fff;
  margin:0 auto;
}
.m-case{
  overflow: hidden;
}
.firstcase{
  float: left;
  width: 600px;
  margin-right: 18px;
}
.firstcase .g-item{
  height: 33.85vw;
  overflow: hidden;
}
.g-item{
  position: relative;
}
.g-item .show{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/ico13.png) no-repeat;
  height: 89px;
  line-height: 89px;
  color:#fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.ul-case{
  overflow: hidden;
  margin:0 -10px;
}
.ul-case li{
  width: 50%;
  float: left;
  margin-bottom: 1.04vw;
}
.ul-case .g-item{
  height: 16.41vw;
  margin:0 10px;
}
.g-item .hide{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 128, 216, .8);
  display: none;
}
.g-item .pf{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 30px;
  text-align: center;
  color:#fff;
  transform: translateY(-50%);
}
.g-item .pf .tit{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.g-item .pf  .desc{
  font-size: 16px;
  margin-bottom: 34px;
}
.g-item .pf .link{
  overflow: hidden;
  }
.g-item .pf .link a{
  width: 126px;
  height: 40px;
  border:1px solid #92c0e4;
  border-right: 30px;
  line-height: 38px;
  display: block;
  color:#fff;
  font-size: 16px;
  border-radius: 30px;
  overflow: hidden;
  float: left;
}
.g-item .pf .link a:last-child{
  float: right;
}
.g-item:hover .hide{
  display: block;
}
.g-item:hover .show{
  display: none;
}
.row4{
  overflow: hidden;
  background: url(../images/bg4.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0 0;
  position: relative;
}
.row4::after{
  content:'';
  display: block;
  position: absolute;
  bottom: 159px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #5e645c;
}
.slidertab .swiper-slide{
  background-color: #fff;
}
.slidertab .pic{
  float: left;
  width: 50%;
  height: 488px;
  
   background-repeat: no-repeat;
   -webkit-background-size: cover;
  background-size: cover;
}
.slidertab .txt{
  overflow: hidden;
  padding: 32px 99px 0 50px;
  position: relative;
  height: 488px;
}
.slidertab .txt .tit{
  font-size: 36px;
  color:#282828;
  margin-bottom: 20px;
}
.slidertab .txt .tit span{
  font-weight: bold;
}
.slidertab .txt .line{
  width: 33px;
  height: 6px;
  background: #fdc236;
  margin-bottom: 23px;
}
.slidertab .txt .desc{
  font-size: 18px;
  color:#808080;
  margin-bottom: 23px;
}
.slidertab .txt .info{
  overflow: hidden; 
  margin-bottom: 16px;
}
.slidertab .txt .info p{
  font-size: 16px;
  color:#808080;
  float: left;
  width: 25%;
  padding-left: 22px;
  margin-bottom: 10px;
  background: url(../images/pic5.jpg) no-repeat left center;
}
.slidertab .tel{
  display: block;
  width: 153px;
  height: 39px;
  border:2px solid #feb716;
  border-radius: 20px;
  text-align: center;
  line-height: 37px;
  color:#feb716;
  margin-bottom: 34px;
}
.slidertab .tel i{
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  margin-right: 10px;
  background: url(../images/pic4.jpg) no-repeat;
}
.slidertab .line2{
  height: 57px;
  background: #0a80d8;
  position: relative;
  z-index: 2;
  color:#fff;
  line-height: 57px;
  font-size: 28px;
font-family: Impact;
  padding-left: 20px;
}
.slidertab .txt .num{
  font-size: 150px;
  font-family:Impact;
  line-height: 150px;
  color:#EBEBEB;
  position: absolute;
  bottom: 76px;
  right: 105px;
}
.ul-dots{
  overflow: hidden;
  padding-top: 40px;
}
.ul-dots li{
  width: 33.333%;
  float: left;
  color:#fff;
  cursor: pointer;
  height: 160px;  
  padding-top: 26px;
  border-right: 1px solid #5e645c;
  text-align: center;
  position: relative;
}
.ul-dots li.on::after{
  content:'';
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 17px;
  height: 9px;
  background: url(../images/ico15.png) no-repeat;
  z-index: 2;
}
.ul-dots li:first-child{
  border-left: 1px solid #5e645c;
}
.ul-dots .ico{
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  margin:0 auto;
}
.ul-dots .tit{
  font-size: 22px;
  font-weight: bold;
  color:#fff;
}
.ul-dots .desc{
  font-size: 14px;
}
.ul-dots li.on{
  background: #0c6fd4;
}
.g-news{
  padding-right: 10px;
}
.g-news .l{
  width: calc(100% - 579px);
}
.slidernew .swiper-slide{
  padding: 5px;
}
.slidernew .pic{
  position: relative;
  height: 0;
  padding-top: 59%;
  overflow: hidden;
}
.slidernew .txt{
  overflow: hidden;
  height: 216px;
  padding: 32px 32px 26px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
}
.slidernew .time{
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color:#737373;
  margin-bottom:27px;
}
.slidernew .time .day{
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background: #005acc;
  float: left;
  margin-right: 8px;
}
.slidernew .time p{
  overflow: hidden;
}
.slidernew .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .desc{
  font-size: 15px;
  color:#A3A3A3;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.ul-new{
  float: left;
  width: 579px;
  padding-left: 34px;
}
.ul-new li{
  margin-bottom: 12px;
  padding: 32px 0 25px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}
.ul-new .time{
  float: left;
  width: 132px;
  padding-left: 40px;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  color:#999999;
  margin-right: 26px;
}
.ul-new .time .day{
  font-size: 33px;
  color:#999999;
  font-weight: bold;
}
.ul-new .time i{
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5px 0 8px;
}
.ul-new .txt{
  padding-right: 40px;
  overflow: hidden;
}
.ul-new .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new .desc{
  font-size: 15px;
  color:#A3A3A3;
  line-height: 1.6;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.newtit{
  overflow: hidden;
  margin-bottom: 20px;
}
.newtit .tit{
  font-size: 45px;
  color:#1F1F1F;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 8px;
}
.newtit .desc{
  font-size: 16px;
  color:#999999;
}
.newtit .more{
  float: right;
  display: block;
  font-size: 18px;
  color:#393939;
  padding-top: 30px;
}
.row5{
  overflow: hidden;
  padding: 49px 0;
}
.footer{
  overflow: hidden;
  background: #0a80d8;
  
}
.footer .top{
  overflow: hidden;
  padding: 56px 0 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.m-form{
  width: 576px;
  float: left;
  padding-right: 83px;
  border-right: 1px solid #238ddc;
}

.g-add{
  overflow: hidden;
}
.m-form .name{
  font-size: 16px;
  color:#FFFFFF;
  padding-left: 49px;
  line-height: 31px;
  margin-bottom: 40px;
  background: url(../images/ico20.png) no-repeat left center;
}
.m-form .form .box{
  overflow: hidden;
  margin-bottom: 16px;
}
.m-form .form .box input{
  width: 48%;
  float: left;
  margin-right: 4%;
  height: 42px;
  padding: 0 10px;
  border:1px solid #ebebeb;
}
.m-form .form .box input:last-child{
  margin-right: 0;
}
.m-form .form textarea{
  display: block;
  resize: none;
  height: 82px;
  width: 100%;
  border:1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 16px;
}
.m-form .tj{
  width: 240px;
  height: 42px;
  background: #FDC236;
  text-align: center;
  line-height: 42px;
  color:#fff;
}
.snav{
  float: left;
  width: 500px;
  overflow: hidden;
  padding:0 0 0 60px;
}
.snav dl{
    float: left;
}
.snav dl dt{
  color:#fff;
  font-size: 18px;
  margin-bottom: 18px;
}
.snav dl dd{
  display: block;
  overflow: hidden;
}
.snav dl dd a{
  display: block;
  font-size: 15px;
  color:#AFD7F0;
  line-height: 2;
}
.snav dl:last-child{
  margin-left: 60px;
}

.snav dl .w50{
  float: left;
  padding-right: 15px;
}
.g-add{
  text-align: right;
  color:#fff;
  font-size: 14px;
  line-height: 1.71;
  width: 280px;
  float: right;
}
.g-add .desc{
  margin-bottom: 10px;
}
.g-add .tel{
  font-size: 30px;
  padding-left: 41px;
  background: url(../images/ico21.png) no-repeat left center;
  font-weight: bold;
}
.g-add .qr {
  overflow: hidden;
}
.g-add .qr .item{
  width: 130px;
  margin-left: 10px;
  float: right;
  text-align: center;
}
.g-add .qr p{
  padding-top: 12px;
}
.g-add .qr .img{
  width: 129px;
  height: 126px;
  background: url(../images/qr.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-add .qr .item:last-child .img{
  background-image: url(../images/qr2.jpg);
}
.copy{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
.copy span,.copy a{
  display: inline-block;
  margin-right: 15px;
  color:#fff;
}
.links{
  overflow: hidden;
  background: #0a80d8;
  padding: 20px 0;
}
.links span,.links a{
  display: inline-block;
  margin-right: 15px;
  color:#fff;
  font-size: 14px;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}


@media only screen and (max-width: 1800px) {

}
@media only screen and (max-width: 1700px) {
.wp2{width: 1400px;}
.nav li .v1{padding: 0 14px;}
}
@media only screen and (max-width: 1560px) {
  .nav li .v1{font-size: 15px;}
  .wp{width: 1400px;}
 
  .ul-new li{padding: 19px 0;}

}
@media only screen and (max-width: 1430px) {
  .wp,.wp2{width: 1200px;}
  .snav{display: none;}
  .g-item .show{font-size: 20px;height: 60px;line-height: 60px;}
  .g-tit .tit{font-size: 34px;}
  .row1 .wp1{margin-top:30px;}
  .bxgtd .swiper-slide{padding:20px;border-radius:5px;}
  .bxgtd p{font-size:13px;line-height:24px;}
  .bxgtd p:first-child{font-size:18px;height:28px;line-height:28px;}
  .bxgtd p:last-child{height:96px;}
  
  
  .slidertab .txt{padding: 30px;}
  .slidertab .txt .num{right: 30px;}
  .ul-list1 .ico{width: 100px;height: 100px;}
  .ul-list1 li{width: 100px;}
  .row4{padding-top: 40px;}
  .newtit .tit{font-size: 32px;}
  .g-lc .en{font-size: 38px;}
  .g-lc .cn{font-size: 32px;}
  .row1,.row3{padding: 40px 0;}
  .logo{width: 300px;height: 37px;margin: 25px 0;}
}

@media only screen and (max-width: 1230px) {
  .wp,.wp2{width: auto;padding: 0 15px;}
 .slidertab .txt .num{font-size: 98px;}
 .g-news .l{width: auto;float: none;}
 .ul-new{width: auto;padding-left: 0;}
 .m-form{border-right: none;padding-right: 0;}
 .newtit .tit,.g-tit .tit,.slidertab .txt .tit{font-size: 24px;}
 .slidertab .pic,.slidertab .txt{height: 400px;}
 .slidertab .txt .num{bottom:18px;}
 .g-lc .en{font-size: 32px;}
 .g-lc .cn{font-size: 22px;}
 .g-lc{padding-top: 20px;}
 .g-form{height: 400px;}
 .g-form{padding-top: 20px;}
 .g-form .tit{margin-bottom: 8px;}
 .g-form .tit span{font-size: 22px;margin-right: 5px;}
 .g-tit .desc{font-size: 14px;}
 
 .row1 .wp1{margin-top:20px;}
  .bxgtd .swiper-slide{padding:10px;border-radius:3px;}
  .bxgtd p{font-size:12px;line-height:22px;}
  .bxgtd p:first-child{font-size:16px;height:24px;line-height:24px;}
  .bxgtd p:last-child{height:88px;}
 
 .slide1 .tit{line-height: 48px;}
 .g-pro .prr .name{font-size: 22px;}
 .g-pro .prl{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
 .g-pro .prl .title{display: none;}
 .ul-listpro{overflow: hidden;padding:10px;}
 .ul-listpro li{width: 20%;float: left;}
 .ul-listpro li a{border-bottom: none;}
  .ul-new{padding: 10px 0;}
  .row2{overflow: hidden;background: none;}
  .row2 .wp{padding: 0;}
  .g-lc{width: auto;float: none;    background: url(../images/bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;padding: 15px;}
    .g-lc .en{font-size: 20px;}
  .g-form{width: auto;float: none;padding:22px 15px;position: static;margin:0;height: auto;}
  .firstcase{display: none;}
  .ul-case li{width: 25%;}
  .g-item .show{font-size: 16px;}
  .row5{padding: 30px 0 20px;}
  .footer .top{padding: 30px 0;}
  .m-form .name{margin-bottom: 10px;}
}
@media only screen and (max-width: 1023px) {
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 10px;}
  .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .g-pro .prr .title{height: 60px;line-height: 60px;}
  .ul-listpro li{width: 20%;text-align: center;}
  .ul-listpro li a{background: none;padding: 0;}
  .m-form{width: auto;float: none;}
  .g-add{width: auto;float: none;text-align: left;}
  .g-add .qr{width: auto;float: none;}
  .g-add .qr .item{float: left;margin-right: 10px;margin-left: 0;}
}

@media only screen and (max-width: 960px) {
.ul-case li{width: 50%;}
.ul-case .g-item{height: 240px;}
.slidertab .pic{width: auto;float: none;}
.ul-dots .ico{display: none;}
.ul-dots li{height: 98px;}
.ul-listpro li{width: 33.333%;}
.ul-listpro li a{line-height: 32px;}
}

@media only screen and (max-width: 767px) {
.slide1 .pic{padding-top: 75%;}
.slide1 .tit{font-size: 14px;line-height: 32px;}
.g-pro .prr .title{padding: 0 10px;margin-bottom: 20px;}
.g-pro .prl{display: none;}
.g-pro .prr .name{padding-left: 26px;font-size: 16px;}
.g-pro .prr .more{font-size: 14px;}
.ul-list1 li{float: left;width: 33.333%;margin-bottom: 10px;}
.ul-list1{display: block;}
.ul-list1::after{display: none;}
.ul-list1 .ico{margin-bottom: 4px;}
.mb .tel{float: none;margin-bottom: 10px;}
.mb a{margin-left: 94px;}
.ul-list1{margin-bottom: 10px;}
.g-tit .tit i{display: none;}
.ul-case .g-item{height: 30vw;}
.g-tit{margin-bottom: 20px;}
.row1, .row3{padding: 30px 0 20px;}
.newtit .tit, .g-tit .tit, .slidertab .txt .tit{font-size: 22px;}
.slidertab .txt{height: auto;padding: 15px;}
.slidertab .txt .info p{font-size: 12px;}
.slidertab .txt .num,.slidertab .txt .line2{display: none;}
.slidertab .tel{margin-bottom: 0;}
.slidertab .txt .desc{font-size: 14px;margin-bottom: 10px;}
.slidertab .pic{height: 240px;}
.ul-dots .desc{display: none;}
.ul-dots .tit{font-size: 18px;padding: 0 10px;}
.ul-dots li{border-top: 1px solid #5e645c;}
.ul-dots{padding-top: 16px;}
.ul-dots li{padding-top: 20px;}
.slide1 .tit{box-shadow: none;border-top: 1px solid #eee;}
.g-pro .prr .title{height: 45px;line-height: 45px;}
.g-lc .cn{font-size: 18px;}
.g-form .tit span{font-size: 20px;}
.g-lc .en{font-size: 16px;}
}


@media only screen and (max-width: 500px) {
.newtit .tit, .g-tit .tit, .slidertab .txt .tit{font-size: 20px;}
.row4{padding-top: 30px;}
.ul-new{display: none;}

.newtit .desc{display: none;}
.newtit .more{font-size: 14px;padding-top: 0;}
}



/**mobile nav**/
.nav_mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header .title,.header .tel,.nav{display: none;}
.logo{height: 30px;padding-right: 0;border-right: none;width: 240px;margin: 15px 0;}
  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 10px;
      background: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
       padding: 10px 0;
    background-color: #1E89DD;
    display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
}



.g-prod{
    margin: 30px 0;
    overflow: hidden;
}
.g-prod .left{
    width: 260px;
    float: left;
    margin-right: 40px;
}
.g-prod .info{
    overflow: hidden;
    padding: 0 10px;
}
.g-prod .left .title{
    background-color: #0a80d8;
    color:#fff;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
.ul-pact a{
    line-height: 45px;
    padding-left: 20px;
    color:#333;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #eee;
    transition:all .3s;
}
.ul-hot a{
    display: block;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    transition:all .3s;
}
.ul-pact a:hover,
.ul-hot a:hover{
    background: #0a80d8;
    color:#fff;
    padding-left: 30px;
}
.mb30{
    margin-bottom: 30px;
    border:1px solid #eee;
    border-bottom: none;
}
.g-prod .left  .p3 {
    margin-bottom: 30px;
}
.g-prod .left  .p3 .img{
    display: block;
    width: 100%;
    height: 150px;
    background: url(../images/pic6.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-prod .left  .p3 ul{
     background: #0a80d8;
    color:#fff;
    font-size: 14px;
    line-height: 1.7;
    padding: 20px;
}
.g-tit .name{
  font-size: 26px;
  color:#333;
  font-weight: bold;
  margin-bottom: 10px;
}
.m-content{
    overflow: hidden;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    padding: 20px;
    margin-bottom: 20px;
}
.m-content .tit{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.m-content .desc{
  line-height: 2;
  font-size: 14px;
  color:#333;
}
@media only screen and (max-width: 1230px) {
    .g-prod .left{width: 260px;margin-right: 20px;}
    #floatBottom{display: block;}
}
@media only screen and (max-width: 1023px) {
    .g-prod .left{width: auto;float: none;margin-right: 0;}
    .g-prod .left .p2,.g-prod .left .p3{display: none;}
    .ul-pact{overflow: hidden;}
    .ul-pact li{width: 33.333%;float: left;}
    .g-tit2 .desc i{display: none;  }
    .g-tit2 .cn{font-size: 20px;}
}
@media only screen and (max-width: 767px) {
    .ul-pact a{text-align: center;padding-left: 0;font-size: 14px;height: 42px;
      line-height: 1.2;position: relative;display: block;}
      .ul-pact a span{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
      }
    .g-prod .left .title{padding-left: 0;text-align: center;}
    .banner .swiper-slide img{height: 180px;object-fit: cover;}

}

.slidernew3.swiper-container{
  padding: 5px;
}
.slidernew3 .swiper-slide{
  background-color: #fff;
  padding: 27px 40px 26px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.slidernew3 .tit{
  font-size: 18px;
  color:#323232;
  margin-bottom: 12px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew3 .time{
  font-size: 12px;
  color:#323232;  
  margin-bottom: 32px;
}
.slidernew3 .desc{
  font-size: 14px;
  color:#727272;
  margin-bottom: 30px;
  line-height: 1.71;
  height: 5.13em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
.slidernew3  .more{
  font-size: 12px;
  color:#343635;
  text-transform: uppercase;
}
.xgcase .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
}
.xgcase .tit{
  background: #eee;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color:#333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.swiper-container.xgcase{
  margin-bottom: 20px;
}
.ul-new .swiper-slide{
  padding: 3px;
}
.ul-new .swiper-slide a{
  display: block;
  padding: 25px 0;
  box-shadow: 0px 0px 9px 1px rgb(4 0 0 / 6%);
  background-color: #fff;
  overflow: hidden;
}
.g-desc{
  line-height: 2;
  color:#333;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}
.g-desc img{
  max-width: 100%;
  display: block;
  height: auto!important;
  margin:10px auto;
}
.cbpro .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.cbpro .tit{
  text-align: center;
  font-size: 14px;
  line-height: 45px;
}
@media only screen and (max-width: 1230px) {
.xgcase .tit{font-size: 14px;}
}
@media only screen and (max-width: 767px) {
    .xgcase .tit{font-size: 12px;}
    .g-prod .ul-new{display: block;}
.ul-new .time{width: 72px;margin-right: 10px;padding-left: 0;text-align: center;}
.ul-new .time i{margin:0 auto;}
.g-prod .ul-new{display: block;}
.ul-new .time{width: 72px;margin-right: 10px;padding-left: 0;text-align: center;}
.ul-new .time i{margin:0 auto;}
.ul-new .tit{margin-bottom: 4px;}
.ul-new .swiper-slide a{padding: 10px 0;box-shadow: none;}
.ul-new .txt{padding-right: 0;}
.g-prod{margin-top: 20px;}
}</pre></body></html>